home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 411_02 / vim / src / proto / edit.pro < prev    next >
Encoding:
Text File  |  1993-12-13  |  400 b   |  12 lines

  1. /* edit.c */
  2. void edit __PARMS((long count));
  3. int get_literal __PARMS((int *nextc));
  4. void insertchar __PARMS((unsigned int c));
  5. int oneright __PARMS((void));
  6. int oneleft __PARMS((void));
  7. void beginline __PARMS((int flag));
  8. int oneup __PARMS((long n));
  9. int onedown __PARMS((long n));
  10. int onepage __PARMS((int dir, long count));
  11. void stuff_inserted __PARMS((int c, long count, int no_esc));
  12.